home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / make / icmake-6.000 / icmake-6 / icmake / comp / copytopo.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-08  |  214 b   |  13 lines

  1. /*
  2.                         C O P Y T O P O . C
  3. */
  4.  
  5. #include "iccomp.h"
  6.  
  7. void copy_to_pop (e)
  8.     ESTRUC_
  9.         *e;
  10. {
  11.     e->code[e->codelen - sizeof(INT16) - sizeof(INT8)] = op_pop_var;
  12.     lastop = op_pop_var;
  13. }